home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
soft
/
fvsetup.exe
/
{app}
/
fv.dll
/
scripts
/
DefineButton2_67
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2003-01-24
|
418b
|
25 lines
on(release){
i = "1";
while("9" >= i)
{
tellTarget("/" add i)
{
gotoAndStop(1);
}
i += "1";
}
wlb = "1";
while("8" >= wlb)
{
if(getProperty("/winline" add wlb, _currentframe) != "1")
{
tellTarget("/winline" add wlb)
{
gotoAndStop(1);
}
}
wlb += "1";
}
gotoAndPlay(36);
}